TRREST_CNSOAP
Trigger REST and Connector SOAP
Sr. No | Service Name | Description | Details |
---|---|---|---|
1. | consumeSoap | Trigger is rest with post action.xml body is passed as payload input. number conversion soap api is called with soap v=connector with the input as is the body to the request as input. Get the output and convert to json and send as response. |
POST
|
2. | consumeSoapUnHappyPath | Trigger is rest with post action. blank body is passed as payload input. number conversion soap api is called with soap v=connector with the input as is the body to the request as input. Get the output and convert to json and send as response. This will throw error as no body passed. 500 status caode |
POST
|
3. | soapExceptionHandling | This case involves handling of error data if there is any error while executing the soap step. In this example,we are providing incorrect payload, which the soap service will be giving error of incorrect body. This error will be stored in "ERROR" object in the pipeline. Then we have step exception block where we have a step whcih will throw business exception, with message and code. |
GET
|
4. | soapWithTimeout | setting timeout. if connection take longer that set time, gives timeout error. |
POST
|
5. | soapWithoutTimeout | setting timeout. will not give error since not timeout occurs |
POST
|